home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP 2005-06.iso / program / e-is / SmartToDoSetup.exe / {app} / SmartToDo.exe / 0 / RCDATA / TTASKFORM / TTASKFORM.txt < prev   
Encoding:
Text File  |  2005-05-06  |  17.8 KB  |  510 lines

  1. inherited TaskForm: TTaskForm
  2.   Left = 420
  3.   Top = 296
  4.   Caption = 'Tasks'
  5.   ClientHeight = 385
  6.   ClientWidth = 511
  7.   OldCreateOrder = True
  8.   ShowHint = True
  9.   PixelsPerInch = 96
  10.   TextHeight = 16
  11.   inherited Image5: TImage
  12.     Top = 384
  13.     Width = 511
  14.   end
  15.   inherited LeftBorder: TImage
  16.     Height = 383
  17.   end
  18.   inherited Image4: TImage
  19.     Left = 510
  20.     Height = 383
  21.   end
  22.   inherited Image6: TImage
  23.     Width = 511
  24.   end
  25.   inherited HeaderPanel: TPanel
  26.     Width = 508
  27.     inherited HeaderImg: TImage
  28.       Width = 508
  29.     end
  30.     inherited Image3: TImage
  31.       Picture.Data = {<image000.bmp>}
  32.       Transparent = True
  33.     end
  34.     inherited TitleLabel: TLabel
  35.       Width = 109
  36.       Caption = 'Add New Task'
  37.     end
  38.     inherited SubTitleLabel: TLabel
  39.       Width = 182
  40.       Caption = 'Yep, thats it. You can do it!'
  41.     end
  42.   end
  43.   object TaskPageControl: TPageControl
  44.     Left = 10
  45.     Top = 79
  46.     Width = 492
  47.     Height = 258
  48.     ActivePage = TaskTabSheet
  49.     TabOrder = 1
  50.     object TaskTabSheet: TTabSheet
  51.       Caption = 'Task'
  52.       DesignSize = (
  53.         484
  54.         227)
  55.       object Label1: TLabel
  56.         Left = 6
  57.         Top = 46
  58.         Width = 48
  59.         Height = 16
  60.         Caption = 'Subject:'
  61.       end
  62.       object Label2: TLabel
  63.         Left = 256
  64.         Top = 84
  65.         Width = 45
  66.         Height = 16
  67.         Caption = 'Priority:'
  68.       end
  69.       object Shape1: TShape
  70.         Left = 5
  71.         Top = 7
  72.         Width = 471
  73.         Height = 24
  74.         Anchors = [akLeft, akTop, akRight]
  75.         Brush.Color = 13434879
  76.         Pen.Color = 11315353
  77.       end
  78.       object Image1: TImage
  79.         Left = 11
  80.         Top = 12
  81.         Width = 11
  82.         Height = 11
  83.         AutoSize = True
  84.         Picture.Data = {<image001.bmp>}
  85.       end
  86.       object DueTimeLabel: TLabel
  87.         Left = 30
  88.         Top = 11
  89.         Width = 61
  90.         Height = 16
  91.         Caption = 'Due today.'
  92.         Transparent = True
  93.       end
  94.       object Label5: TLabel
  95.         Left = 10
  96.         Top = 162
  97.         Width = 56
  98.         Height = 16
  99.         Caption = 'Category:'
  100.       end
  101.       object Shape2: TShape
  102.         Left = 10
  103.         Top = 148
  104.         Width = 464
  105.         Height = 1
  106.         Pen.Color = 11315353
  107.       end
  108.       object SubjectEdit: TEdit
  109.         Left = 62
  110.         Top = 42
  111.         Width = 414
  112.         Height = 24
  113.         Anchors = [akLeft, akTop, akRight]
  114.         TabOrder = 0
  115.       end
  116.       object PriorityCB: TComboBox
  117.         Left = 256
  118.         Top = 103
  119.         Width = 218
  120.         Height = 24
  121.         Style = csOwnerDrawFixed
  122.         ItemHeight = 18
  123.         ItemIndex = 1
  124.         TabOrder = 2
  125.         Text = 'Normal'
  126.         OnDrawItem = PriorityCBDrawItem
  127.         Items.Strings = (
  128.           'Low'
  129.           'Normal'
  130.           'High')
  131.       end
  132.       object CategoryCB: TComboBox
  133.         Left = 10
  134.         Top = 182
  135.         Width = 424
  136.         Height = 24
  137.         Style = csOwnerDrawFixed
  138.         ItemHeight = 18
  139.         TabOrder = 3
  140.         OnDrawItem = CategoryCBDrawItem
  141.       end
  142.       object GroupBox1: TGroupBox
  143.         Left = 10
  144.         Top = 84
  145.         Width = 228
  146.         Height = 55
  147.         Caption = '          '
  148.         TabOrder = 4
  149.         object DueDateDTP: TDateTimePicker
  150.           Left = 10
  151.           Top = 20
  152.           Width = 208
  153.           Height = 21
  154.           Date = 37765.732840520830000000
  155.           Time = 37765.732840520830000000
  156.           Enabled = False
  157.           TabOrder = 0
  158.           OnClick = DueDateDTPChange
  159.           OnChange = DueDateDTPChange
  160.         end
  161.       end
  162.       object DueDateCB: TCheckBox
  163.         Left = 25
  164.         Top = 79
  165.         Width = 85
  166.         Height = 21
  167.         Caption = 'Due Date'
  168.         TabOrder = 1
  169.         OnClick = DueDateCBClick
  170.       end
  171.       object EditCategoriesButton: TButton
  172.         Left = 444
  173.         Top = 183
  174.         Width = 29
  175.         Height = 27
  176.         Caption = '...'
  177.         TabOrder = 5
  178.         OnClick = EditCategoriesButtonClick
  179.       end
  180.     end
  181.     object TabSheet1: TTabSheet
  182.       Caption = 'Reminder'
  183.       ImageIndex = 2
  184.       object UseReminderCB: TCheckBox
  185.         Left = 11
  186.         Top = 4
  187.         Width = 443
  188.         Height = 21
  189.         Caption = 'Use Reminder'
  190.         TabOrder = 0
  191.         OnClick = UseReminderCBClick
  192.       end
  193.       object ReminderGB: TGroupBox
  194.         Left = 20
  195.         Top = 69
  196.         Width = 454
  197.         Height = 145
  198.         Caption = ' When a reminder comes due '
  199.         TabOrder = 3
  200.         object PlaySoundCB: TCheckBox
  201.           Left = 10
  202.           Top = 91
  203.           Width = 405
  204.           Height = 21
  205.           Caption = 'Play sound:'
  206.           TabOrder = 1
  207.           OnClick = PlaySoundCBClick
  208.         end
  209.         object SoundFileEdit: TEdit
  210.           Left = 10
  211.           Top = 111
  212.           Width = 405
  213.           Height = 24
  214.           TabOrder = 2
  215.           OnChange = SoundFileEditChange
  216.         end
  217.         object SoundEllipsis: TButton
  218.           Left = 415
  219.           Top = 112
  220.           Width = 26
  221.           Height = 25
  222.           Caption = '...'
  223.           TabOrder = 3
  224.           OnClick = SoundEllipsisClick
  225.         end
  226.         object VisualNotificationGB: TRadioGroup
  227.           Left = 10
  228.           Top = 21
  229.           Width = 405
  230.           Height = 64
  231.           Caption = ' Visual notification '
  232.           Items.Strings = (
  233.             'Show reminder window'
  234.             'Show tray balloon')
  235.           TabOrder = 0
  236.         end
  237.       end
  238.       object ReminderDateDTP: TDateTimePicker
  239.         Left = 20
  240.         Top = 36
  241.         Width = 158
  242.         Height = 21
  243.         Date = 37765.797358576390000000
  244.         Time = 37765.797358576390000000
  245.         TabOrder = 1
  246.       end
  247.       object ReminderTime: TDateTimePicker
  248.         Left = 187
  249.         Top = 36
  250.         Width = 119
  251.         Height = 21
  252.         Date = 37765.797448090280000000
  253.         Time = 37765.797448090280000000
  254.         Kind = dtkTime
  255.         TabOrder = 2
  256.       end
  257.     end
  258.     object DetailsTabSheet: TTabSheet
  259.       Caption = 'Details'
  260.       ImageIndex = 1
  261.       object Label4: TLabel
  262.         Left = 7
  263.         Top = 2
  264.         Width = 37
  265.         Height = 16
  266.         Caption = 'Notes:'
  267.       end
  268.       object Label7: TLabel
  269.         Left = 9
  270.         Top = 171
  271.         Width = 70
  272.         Height = 16
  273.         Caption = 'Attachment:'
  274.       end
  275.       object BrowseBtn: TSpeedButton
  276.         Left = 420
  277.         Top = 190
  278.         Width = 27
  279.         Height = 25
  280.         Hint = 'Browse for file or folder'
  281.         Caption = '...'
  282.         OnClick = BrowseBtnClick
  283.       end
  284.       object OpenBtn: TSpeedButton
  285.         Left = 448
  286.         Top = 190
  287.         Width = 27
  288.         Height = 25
  289.         Hint = 'Open attachment'
  290.         Caption = '>'
  291.         OnClick = OpenBtnClick
  292.       end
  293.       object NotesMemo: TMemo
  294.         Left = 7
  295.         Top = 20
  296.         Width = 469
  297.         Height = 139
  298.         Font.Charset = DEFAULT_CHARSET
  299.         Font.Color = clWindowText
  300.         Font.Height = -16
  301.         Font.Name = 'MS Sans Serif'
  302.         Font.Style = []
  303.         ParentFont = False
  304.         ScrollBars = ssVertical
  305.         TabOrder = 0
  306.       end
  307.       object AttachmentEdit: TEdit
  308.         Left = 7
  309.         Top = 190
  310.         Width = 411
  311.         Height = 21
  312.         TabOrder = 1
  313.         OnChange = AttachmentEditChange
  314.       end
  315.     end
  316.   end
  317.   object OkButton: TButton
  318.     Left = 304
  319.     Top = 346
  320.     Width = 92
  321.     Height = 31
  322.     Caption = '&OK'
  323.     Default = True
  324.     ModalResult = 1
  325.     TabOrder = 2
  326.   end
  327.   object CancelButton: TButton
  328.     Left = 410
  329.     Top = 346
  330.     Width = 92
  331.     Height = 31
  332.     Cancel = True
  333.     Caption = '&Cancel'
  334.     Default = True
  335.     ModalResult = 2
  336.     TabOrder = 3
  337.   end
  338.   object BrowsePopup: TTBXPopupMenu
  339.     Images = PopupImageList
  340.     Left = 320
  341.     Top = 8
  342.     object BrowseForFileTBX: TTBXItem
  343.       Caption = 'Browse for File'
  344.       ImageIndex = 1
  345.       OnClick = BrowseForFileTBXClick
  346.     end
  347.     object BrowseForFolderTBX: TTBXItem
  348.       Caption = 'Browse for Folder'
  349.       ImageIndex = 0
  350.       OnClick = BrowseForFolderTBXClick
  351.     end
  352.   end
  353.   object OpenAttachmentDialog: TOpenDialog
  354.     Filter = 
  355.       'Text Documents|*.txt; *.doc; *.rtf; *.pdf|Pictures|*.bmp; *.gif;' +
  356.       ' *.jpg; *.png|Sounds|*.wav; *.mp3; *.wmv; *.ogg|Programs|*.exe|A' +
  357.       'll Files|*.*'
  358.     Left = 352
  359.     Top = 8
  360.   end
  361.   object OpenSoundDialog: TOpenDialog
  362.     Filter = 'Wave files (*.wav)|*.wav|All files (*.*)|*.*'
  363.     Left = 384
  364.     Top = 8
  365.   end
  366.   object PopupImageList: TImageList
  367.     Left = 184
  368.     Top = 280
  369.     Bitmap = {
  370.       494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  371.       0000000000003600000028000000400000001000000001002000000000000010
  372.       0000000000000000000000000000000000000000000000000000000000000000
  373.       0000000000000000000000000000000000000000000000000000000000000000
  374.       0000000000000000000000000000000000000000000000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000000000000000000000000000
  377.       0000000000000000000000000000000000000000000000000000000000000000
  378.       0000000000000000000000000000000000000000000000000000000000000000
  379.       0000000000000000000000000000000000000000000000000000000000000000
  380.       0000000000000000000000000000000000000000000000000000506871007075
  381.       77009A9A9A000000000000000000000000000000000000000000000000000000
  382.       0000000000000000000000000000000000000000000000000000000000000000
  383.       0000000000000000000000000000000000000000000000000000000000000000
  384.       0000000000000000000000000000000000000000000000000000000000000000
  385.       0000000000000000000000000000000000000000000000000000000000000000
  386.       0000000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       000000000000000000000000000000000000000000009DA1A2001D88AD002ED4
  389.       FF001FC1F000216A80003E626C00697175009595950000000000000000000000
  390.       0000000000000000000000000000000000000000000000000000000000000000
  391.       0000000000000000000000000000000000000000000000000000000000000000
  392.       0000000000000000000000000000000000000000000000000000000000000000
  393.       0000000000000000000000000000000000000000000000000000000000000000
  394.       0000000000000000000000000000000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       00000000000000000000000000000000000000000000979C9D002E85A80030D0
  397.       FA0031D0FB0031D3FE0032D6FF0030D6FF0023C6F6001F6E860039626E00626E
  398.       720090909000000000000000000000000000000000000000000000000000FFFF
  399.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  400.       FF00000000000000000000000000000000000000000000000000000000000000
  401.       0000000000000000000000000000000000000000000000000000000000000000
  402.       0000000000000000000000000000000000000000000000000000000000000000
  403.       0000000000000000000000000000000000000000000000000000000000000000
  404.       0000000000000000000000000000000000000000000090999C0065D0FB002B8E
  405.       A90047D4FA003DD2FA0035D0FA0030CFFA0032D1FB0033D3FD0033D6FF0032D8
  406.       FF001DCAFC007C8F95000000000000000000000000000000000000000000FFFF
  407.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  408.       FF00000000000000000000000000000000000000000000000000000000000000
  409.       0000000000000000000000000000000000000000000000000000000000000000
  410.       0000000000000000000000000000000000000000000000000000000000000000
  411.       0000000000000000000000000000000000000000000000000000000000000000
  412.       000000000000000000000000000000000000000000008A94970072DAFF003A8E
  413.       A7006BDEFB0060DBFB0059D9FB004ED5F90036D1F90030CFFA0032CFFA0033D0
  414.       FA002CCCF700368BA3000000000000000000000000000000000000000000FFFF
  415.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  416.       FF00000000000000000000000000000000000000000000000000000000000000
  417.       0000000000000000000000000000000000000000000000000000000000000000
  418.       0000000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       00000000000000000000000000000000000000000000839397007ADFFF003F8E
  421.       A80091E7FC0083E2FA007AE0FA0073DFFB006BDDFB0051D7F90032D0F90031D0
  422.       FA002ACBF600288FA8000000000000000000000000000000000000000000FFFF
  423.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  424.       FF00000000000000000000000000000000000000000000000000000000000000
  425.       0000000000000000000000000000000000000000000000000000000000000000
  426.       0000000000000000000000000000000000000000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       000000000000000000000000000000000000000000007E91970083E4FF004D96
  429.       AC009EE4F800ADEDFC00A0EAFC0097E8FC008EE4FC0085E3FA007BE1FB005BD9
  430.       FB0038CEF50041D0F2005695A80000000000000000000000000000000000FFFF
  431.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  432.       FF00000000000000000000000000000000000000000000000000000000000000
  433.       0000000000000000000000000000000000000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       000000000000000000000000000000000000000000007A8F960089E8FF008DE9
  437.       FE004B90A500AEE7F700C7F3FD00C2F2FD00B7EFFD00A9ECFB00A0EAFC0098E8
  438.       FC008BE2F9008FE3F7004697AC0000000000000000000000000000000000FFFF
  439.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  440.       FF00000000000000000000000000000000000000000000000000000000000000
  441.       0000000000000000000000000000000000000000000000000000000000000000
  442.       0000000000000000000000000000000000000000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000000000000000000000
  444.       0000000000000000000000000000000000000000000076939C0093EDFF0093EC
  445.       FD0094ECFD00599DAC004995A8004E95A8005A97A800D8F7FE00C9F3FD00BFF1
  446.       FD00B0EBFB00B2EBF900ADEDFD0080A1AA00000000000000000000000000FFFF
  447.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  448.       FF00000000000000000000000000000000000000000000000000000000000000
  449.       0000000000000000000000000000000000000000000000000000000000000000
  450.       0000000000000000000000000000000000000000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000000000000000000000
  452.       0000000000000000000000000000000000000000000073929B009BF3FF009AF0
  453.       FE0099F0FE0098EFFE0099EEFD0098EFFD008CE8FB005896A700699CA800709C
  454.       A900B8EAF800D8FCFF00D0F5FE00639AA900000000000000000000000000FFFF
  455.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  456.       FF00000000000000000000000000000000000000000000000000000000000000
  457.       0000000000000000000000000000000000000000000000000000000000000000
  458.       0000000000000000000000000000000000000000000000000000000000000000
  459.       0000000000000000000000000000000000000000000000000000000000000000
  460.       000000000000000000000000000000000000000000007297A200A3F6FF00A0F4
  461.       FE00A0F4FE009FF2FE009EF3FE00A2F5FF00A0F4FF00A0F3FF009CF3FF009DF3
  462.       FF0030839900868E90009EACB0008DA4AC00000000000000000000000000FFFF
  463.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
  464.       0000000000000000000000000000000000000000000000000000000000000000
  465.       0000000000000000000000000000000000000000000000000000000000000000
  466.       0000000000000000000000000000000000000000000000000000000000000000
  467.       0000000000000000000000000000000000000000000000000000000000000000
  468.       000000000000000000000000000000000000000000007E939900A4FBFF00AAFA
  469.       FE00A7F8FE00A7F8FE009DF7FF00448A9A00479AAE0054A0B1008DF1FF00A1FB
  470.       FF0052C1DD00ACABAB000000000000000000000000000000000000000000FFFF
  471.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000
  472.       0000000000000000000000000000000000000000000000000000000000000000
  473.       0000000000000000000000000000000000000000000000000000000000000000
  474.       0000000000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       00000000000000000000000000000000000000000000000000002F869C00539D
  477.       AA008FEEF90096F5FE00426C7900000000000000000000000000959697007E85
  478.       8A007E868A00000000000000000000000000000000000000000000000000FFFF
  479.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
  480.       0000000000000000000000000000000000000000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000A5AAAC009EAAAE0000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       000000000000000000000000000000000000424D3E000000000000003E000000
  501.       2800000040000000100000000100010000000000800000000000000000000000
  502.       000000000000000000000000FFFFFF00FFFFFFFF00000000C7FFFFFF00000000
  503.       807FC007000000008007C007000000008003C007000000008003C00700000000
  504.       8003C007000000008001C007000000008001C007000000008000C00700000000
  505.       8000C007000000008000C007000000008003C00F00000000C1C7C01F00000000
  506.       F3FFC03F00000000FFFFFFFF0000000000000000000000000000000000000000
  507.       000000000000}
  508.   end
  509. end
  510.